home *** CD-ROM | disk | FTP | other *** search
- ENDSKIP
-
- Terminates a SKIP block in a script file.
-
- Format
-
- ENDSKIP
-
- Template
-
- (none)
-
- Location
-
- Internal
-
- ENDSKIP is used in scripts to terminate the execution of a SKIP block. A SKIP
- block allows you to jump over intervening commands if a certain condition is
- met. When an ENDSKIP is encountered, execution of the script resumes at the
- line following the ENDSKIP. The condition flag is set to 5 (WARN).
-
- See also: SKIP
-